﻿.bannerImg::before {
    content: none;
}

.bannerImg {
	background-position:center bottom
}

.bannerContent {
    padding: 4% 5%;
    background: #fff;
}

#content-banner-mobile .bannerImgMobile:before {
    content:none;
}

.doots {
    padding-top: 1%;
    display: flex;
    justify-content: space-around;
    height: 80px;
}

a.active h4 {
    color: #930a0a;
    font-family: "Mukta-Bold", sans-serif;
    font-size: 1.5rem;
}

a {
    position: relative;
}

.txt-inativo {
    font-size: 1.5rem;
    color: #000;
    font-family: "Mukta-Bold", sans-serif;
}

a.active::after {
    content: " ";
    position: absolute;
    top: 3rem;
    width: 100%;
    background-color: #930a0a;
    height: 5px;
    left: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-pills li {
    width: 300px;
    justify-content: center;
}

.produtos .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.pampeano {
    background-color: #930a0a;
    background-image: url("../images/pampeano-banner-tab.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
    padding: 50px 153px;
    position: relative;
    display: flex;
    align-items: center;
}

.arcos-top {
    position: absolute;
    top: 0;
    left: 0;
}

.arcos-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.pampeano-titulo h3 {
    font-size: 3.125rem;
    font-family: "Mukta-Bold", sans-serif;
    line-height: 1;
    color: #fff;
    /* width: 90%; */
    margin-top: 50px;
}

.pampeano-textos {
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    width: 90%;
    font-family: "Mohr-Regular";
}

.pampeano-produtos,
.palatare-produtos {
    background-color: #f2f0e8;
    padding: 40px 45px 48px;
}

.card {
    width: 100%;
    margin-top: 35px;
}

.card-img-top {
    max-width: 100%;
    background-color: #f5f5f5;
    height: 205px;
}

.card-img-top img {
    max-height: 100%;
    width: auto;
    display: block;
    margin: auto;
    max-width: 100%;
}

.card-body {
    height: 115px;
}

.card-title {
    color: #930a0a;
    font-family: "Mukta-Bold", sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    text-align: left;
    margin-left: 6px;
}

.btn-more-info {
    background-color: #f5f5f5;
    color: #000;
    font-family: "Mohr-SemiBold";
    text-transform: uppercase;
    font-size: 0.688rem;
    text-align: center;
    padding: 12px
}

.btn-more-info:hover {
    color: #a0a0a0;
}

.barraColor {
    width: 100%;
    height: 10px;
    background: #930a0a;
}
.exportacao{
    background-image: url("/pt/Imagens/marcas/pampeano/exportacao/pampeanolatasdireita.png");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: bottom 40% right -65%;
    padding: 2.5rem 7rem 0;
}

.palatare {
    background-color: #e11e28;
    background-image: url("../images/palatare-banner.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 600px;
    padding: 50px 153px;
    position: relative;
    display: flex;
    align-items: center;
}

.palatare-titulo h3 {
    font-size: 3.125rem;
    font-family: "Mukta-Bold", sans-serif;
    line-height: 1;
    color: #fff;
    width: 90%;
    margin-top: 50px;
    margin-left: 100px;
}

.palatare-textos {
    margin-top: 30px;
    margin-left: 100px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    width: 80%;
    font-family: 'Mohr-Regular';
}

.bg-palatare {
    background: #e11e28;
}

.color-palatare {
    color: #e11e28;
}

.accentColor-palatare {
    color: #ad5e38;
}

.exportacao {
    background-color: #f2f0e8;
}

.tab-box img {
    width: 150px;
    height: 150px;
    margin-right: 2rem;
}

.tab-box .box-txt {
    width: 68%;
}

.tab-box .box-txt div {
    max-width: 100% !important;
}

.tab-box .box-txt h3 {
    color: #930a0a;
    font-family: "Mukta-Bold", sans-serif;
    font-size: 1.5rem;
}

.tab-box .box-txt p {
    width: 90%;
    color: #707070;
    font-family: "Mohr-Medium";
    font-size: 0.75rem;
    line-height: 1.5;
    margin-bottom: 5px;
}

.tab-box .box-txt ul {
    color: #707070;
    font-family: "Mohr-Medium";
    font-size: 0.75rem;
    line-height: 1.5;
    list-style: none;
    width: 100%;
}

.tab-box .box-txt ul li::before {
    content: "•";
    color: #707070;
    margin-right: 5px;
    line-height: 2;
}

.tab-box .box-txt .triple-list {
    columns: 2;
    width: 100%;
}

.tab-box .box-txt .double-list li {
    width: 100px;
}




/* footer para essa página */
footer {
    background-color: #fff;
}

footer a, footer p, footer span, footer .fab {
    color: #a0a0a0 !important;
}

footer a:hover, footer p:hover, footer span:hover, footer .fab:hover {
    color: #505050 !important;
}

footer .list-unstyled {
    border-right: 1px solid #a0a0a057;
}

footer .linha {
    border: none;
    border-top: 1px solid #a0a0a057;
}

/* modal */

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 3rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    height: auto;
    padding: 0;
    margin-bottom: 3%;
    border-radius: 6px;
    border: 1px solid transparent;
    width: 46%;
}

.fechar {
    color: #fff;
    float: right;
    right: -2rem;
    top: -1rem;
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    transition: .3s;
    z-index: 9999;
}

.fechar:hover,
.fechar:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-banner {
    height: 300px;
    text-align: center;
    background-color: #f5f5f5;
}

.modal-banner img {
    max-height: 300px;
}

.modal-body {
    padding: 1.9rem 5rem 5rem;
}

.modal-body-title {
    font-size: 2.25rem;
    color: #930a0a;
    font-family: 'Mohr-Bold';
}

.modal-body-subtitle {
    font-size: 0.8rem;
    color: #000;
    font-family: "Mohr-Medium";
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.modal-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.87rem;
}

.modal-group-box {
    width: 50%;
    display: flex;
    margin-bottom: 20px;
}

.box-info {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}

.box-title {
    font-size: 1.3rem;
    color: #930a0a;
    font-family: 'Mohr-SemiBold', sans-serif;
}

.box-description {
    font-size: 0.8rem;
    color: #707070;
    font-family: "Mohr-Medium";
}

.modal-description {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    color: #707070;
    font-family: "Mohr-Medium";
}

.box-icon {
    width: 48px;
    height: auto;
}

/*Slick Modal*/

#banner,
#slickBannerModal,
#slickBannerModal .itemSlickBanner{
    height: 40vh;
    width: 100%;
}

 #banner{
    width: 100%;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#slickBannerModal{
    width: 100%;
    position: relative;
}

#slickBannerModal .itemSlickBanner{
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#banner .btnSlickBanner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    outline: none;
}

#banner .btnSlickBanner#btnSlickBannerLeft{
    left: 2%;
}

.arrow {
    width: 24px;
}

#banner .btnSlickBanner#btnSlickBannerRight{
    right: 2%;
}

#banner #contDotsBanner{
    position: absolute;
    bottom: 12px;
    width: 100%;
}
#banner #contDotsBanner .slick-dots{
    bottom: 0;
    right: 0;
    width: 100%;
}

#banner #contDotsBanner .slick-dots li,
#banner #contDotsBanner .slick-dots li button,
#banner #contDotsBanner .slick-dots li button:before{
    width: 12px;
    height: 12px;
} 

#banner #contDotsBanner .slick-dots li button{
    border: 1px solid #00bf44;
    border-radius: 100%;
}

#banner #contDotsBanner .slick-dots li.slick-active button{
    background-color: rgb(0, 191, 68, 0.3)
}

#banner #contDotsBanner .slick-dots li button:before,
#banner #contDotsBanner .slick-dots li.slick-active button:before{
    opacity: 0;
}




/* responsivo */
@media screen and (min-width:1900px) {
    .exportacao {
        background-position: top -3% right -16%;
    }
}

@media screen and (min-width:1536px) {
    .exportacao {
        background-position: top -3% right -16%;
    }
}

@media screen and (min-width: 1400px) {
    .card {
        width: 80%;
        margin: 35px auto 0;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
    .exportacao {
        background-position: bottom 40% right -15%;
    }
}

@media screen and (max-width: 1280px) {

    .bannerImg {
        height: 82vh;
    }

    .pampeano,
    .exportacao {
        padding: 3rem;
    }

    .modal-body {
        padding: 1.9rem 3rem 5rem;
    }
    .exportacao {
        background-position: top -3% right -17%;
    }

}


@media screen and (max-width: 1200px) {

    .modal-info {
        flex-direction: column;
    }

}
@media screen and (max-width: 1080px){
.modal-content {
    width: 80%;
}
}

@media screen and (max-width: 1024px) {
    .bannerImg {
        height: 34vh;
    }

    .bannerImgRight {
        width: 140px;
        right: 35px;
        top: 20px;
    }

    .bannerImgLeft {
        width: 140px;
        bottom: 20px;
    }

    .pampeano {
        background-position: right -60% center;
    }

    .pampeano-titulo h3 {
        width: 90%;
    }

    .palatare {
        background-position: left -60% center;
    }

    .palatare-titulo h3,
    .palatare-textos {
        margin-left: 50px;
        width: 90%;
    }

    .exportacao {
        padding: 2rem;
        background-image: none;
    }

    .exportacao .tab-box .box-txt p {
        width: 100%;
    }
}

@media screen and (min-width:769px) and (max-width:1000px) {

    .nav-pills li {
        width: 250px;
    }

}

@media screen and (min-width:768px) and (max-width:900px) {
    .pampeano, .palatare {
        height: 1130px;
        display: flex;
        align-items: flex-start;
        background-position: bottom;
        padding: 0;
    }
    .pampeano-textos {
        margin-left: 50px;
    }
    .tab-box .box-txt ul.double-list {
        columns: 1 !important;
        width: 80%!important;
    }
    .pampeano-titulo h3{
        margin-top: 188px;
    }
}

@media screen and (max-width: 768px) {

    .bannerImgLeft {
        width: 110px;
        bottom: 10px;
        left: 30px;
    }
    .pampeano-titulo h3{
        margin-top: 188px;
    }
    .tab-box .box-txt ul.double-list {
        columns: 1 !important;
        width: 80%!important;
    }

    .bannerImgRight {
        width: 110px;
        top: 10px;
        right: 20px;
    }

    .nav-pills li {
        width: 250px;
    }

    /* .pampeano,
    .palatare {
        padding: 100px;
        height: 500px;
        background-image: none;
    } */

    .pampeano-titulo {
        width: 100%;
    }

    .pampeano-textos {
        width: 100%;
    }

    /* .palatare-titulo h3,
    .palatare-textos {
        margin-left: 0;
    } */

    .arcos-top {
        width: 50%;
    }

    .arcos-bottom {
        width: 70%;
    }

    .exportacao {
        background-image: none;
    }

    .exportacao .tab-box .box-txt p {
        width: 100%;
    }

    .modal-content {
        width: 80%;
    }

}

@media screen and (max-width:640px) {

    .bannerImg {
        background-position: right 100% center;
        background-size: 160% 100%;
    }
    .pampeano-titulo h3 {
        margin-top: 65px;
    }
    .tab-box .box-txt .triple-list {
        columns: 1;
        width: 100%;
    }
    .bannerImgLeft {
        width: 90px;
        bottom: 10px;
        left: 15px;
    }

    .bannerImgRight {
        width: 90px;
        top: 10px;
        right: 15px;
    }

    .pampeano,
    .palatare {
        padding: 50px;
    }

    .pampeano-titulo {
        width: 100%;
        font-size: 2.5rem;
    }

    .pampeano-textos {
        width: 100%;
    }

    .arcos-top,
    .arcos-bottom {
        width: 80%;
    }

    .fechar {
        top: 0rem;
        right: 1rem;
    }
    .fechar {
        color: #930a0a;
    }

    .doots {
        height: 30vh;
    }

    .nav-pills li {
        width: 100%;
    }
    a.active::after{
		top: 2.5rem;
	}

    .card-body {
        height: auto;
    }

    .tab-box .box-txt {
        margin-top: 10px;
        width: 100%;
    }
    .tab-box .box-txt > div > div{
		margin-left: 30px;
	}

    .tab-box .box-txt ul {
        width: 100%;
    }

    .exportacao .tab-box .box-txt p {
        width: 100%;
    }

    .modal-content {
        width: 100%;
    }

    .modal-content-txts {
        padding: 30px 5%;
    }

    .modal-body {
        padding: 2rem;
    }

    .modal-info {
        flex-direction: column;
    }

    .modal-group-box {
        width: 80%;
    }

    .modal-banner {
        height: fit-content;
    }
    .exportacao{
        background-image: none;
    }
}

@media screen and (max-width: 525px) {
	.pampeano, .palatare{
	    height: 650px;
	    display: flex;
	    align-items: flex-start;
	    background-position: bottom;
	}
	.palatare{
		height: 720px;
	}
}


@media screen and (max-width: 425px) {
    .palatare-titulo h3 {
        font-size: 1.125rem;
    }

    .pampeano-titulo h3 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width:320px) {
    .bannerImgRight {
        width: 80px;
        right: 10px;
        top: 5px;
    }

    .bannerImgLeft {
        width: 80px;
        bottom: 5px;
        left: 15px;
    }

    .pampeano,
    .palatare {
        padding: 20px;
    }

    .doots {
        height: 42vh;
    }

}